This repository was archived by the owner on Nov 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
feat(hub-common): swap group settings ui schema to use a tile select instead of a radio group #1779
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…instead of a radio group affects: @esri/hub-common
Contributor
|
There hasn't been any activity on this pull request in the past 3 days, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. If you want this PR to never become stale, please apply the "Draft" label. |
abp6318
approved these changes
May 27, 2025
esri-dcdev-2
pushed a commit
that referenced
this pull request
May 27, 2025
# @esri/hub-common [17.15.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-05-27) ### Features * **hub-common:** swap group settings ui schema to use a tile select instead of a radio group ([#1779](#1779)) ([189793b](189793b))
esri-dcdev-2
pushed a commit
that referenced
this pull request
Jun 18, 2025
# [18.2.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-06-18) ### Bug Fixes * workspace permission update ([#1919](#1919)) ([d1a8761](d1a8761)) * **hub-common:** events have migrated catalog ([#1918](#1918)) ([8d08638](8d08638)) * **hub-common:** events thumbnail not set by default ([#1912](#1912)) ([1df3702](1df3702)) * **hub-common:** fixed reference to hub page icon ([#1916](#1916)) ([0b64e6a](0b64e6a)) * always hide isSharedUpdate toggle ([#1907](#1907)) ([68925db](68925db)) * change group capabilities toggles to inline and add tooltips in group creation ([#1909](#1909)) ([3f14664](3f14664)) * **hub-common:** gates user workspace events pane ([#1905](#1905)) ([fdeaa7b](fdeaa7b)) * configuration editor now allows an empty value for the slug field ([#1901](#1901)) ([3ed5725](3ed5725)) * guard against undefined data.values when setting bannerImage in upgradeToOneDotOne fn ([#1894](#1894)) ([786fe30](786fe30)) * page slugs ([#1895](#1895)) ([99d2abb](99d2abb)) ### Features * update permissions and slugs ([#1923](#1923)) ([0458fbc](0458fbc)) * **hub-common:** add interface IChannelAclUpdateDefinition ([#1893](#1893)) ([9913e5a](9913e5a)) * **hub-common:** add notIds to interface ISearchEvents ([#1911](#1911)) ([e4057fd](e4057fd)) * **hub-common:** add searchAssociatedContent() function and permissions ([#1873](#1873)) ([f829bb4](f829bb4)) * **hub-common:** consistent UI schemas ([#1882](#1882)) ([592b2a8](592b2a8)) * **hub-common:** context.hubHomeUrl works in enterprise ([#1922](#1922)) ([f728613](f728613)) * **hub-common:** deprecate GET /events ([#1892](#1892)) ([04c8827](04c8827)) * **hub-common:** hub assistant data model ([#1913](#1913)) ([4566e7f](4566e7f)) * **hub-common:** modernize hubSearchItems() with well-known predicate support and unneeded feature removal ([#1906](#1906)) ([64bf450](64bf450)) * **hub-common:** ungate events ([#1915](#1915)) ([07aeedc](07aeedc)) * force release of hub-common ([2eb12dd](2eb12dd)) * **hub-common:** swap group settings ui schema to use a tile select instead of a radio group ([#1779](#1779)) ([189793b](189793b)) * **hub-common:** ungate events from alpha ([#1902](#1902)) ([836ddef](836ddef)) * additions to gallery display config interface & schema ([#1886](#1886)) ([f7063c0](f7063c0)) * log checkpermission failures with Logger ([#1900](#1900)) ([44ef8dd](44ef8dd)) * **hub-common:** ungate the hub:site:workspace:catalog permission, remove deprecated hub:site:workspace:content permission ([#1896](#1896)) ([d4b3d26](d4b3d26)) * **hub-common:** ungate the user workspace permission on prod for workspace users ([#1888](#1888)) ([01eb439](01eb439)) * **hub-common:** update event edit uischema ([#1891](#1891)) ([8c56e5e](8c56e5e))
esri-dcdev-2
pushed a commit
that referenced
this pull request
Jun 18, 2025
# [18.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-06-18) ### Bug Fixes * workspace permission update ([#1919](#1919)) ([d1a8761](d1a8761)) * **hub-common:** events have migrated catalog ([#1918](#1918)) ([8d08638](8d08638)) * **hub-common:** events thumbnail not set by default ([#1912](#1912)) ([1df3702](1df3702)) * **hub-common:** fixed reference to hub page icon ([#1916](#1916)) ([0b64e6a](0b64e6a)) * always hide isSharedUpdate toggle ([#1907](#1907)) ([68925db](68925db)) * change group capabilities toggles to inline and add tooltips in group creation ([#1909](#1909)) ([3f14664](3f14664)) * **hub-common:** gates user workspace events pane ([#1905](#1905)) ([fdeaa7b](fdeaa7b)) * configuration editor now allows an empty value for the slug field ([#1901](#1901)) ([3ed5725](3ed5725)) * guard against undefined data.values when setting bannerImage in upgradeToOneDotOne fn ([#1894](#1894)) ([786fe30](786fe30)) * page slugs ([#1895](#1895)) ([99d2abb](99d2abb)) ### Features * **hub-common:** remove IHubSearchOptions.site, refactor IHubSearchOptions.api to take either 'portal' | 'hub' ([#1925](#1925)) ([211fde5](211fde5)) * update permissions and slugs ([#1923](#1923)) ([0458fbc](0458fbc)) * **hub-common:** add interface IChannelAclUpdateDefinition ([#1893](#1893)) ([9913e5a](9913e5a)) * **hub-common:** add notIds to interface ISearchEvents ([#1911](#1911)) ([e4057fd](e4057fd)) * **hub-common:** add searchAssociatedContent() function and permissions ([#1873](#1873)) ([f829bb4](f829bb4)) * **hub-common:** consistent UI schemas ([#1882](#1882)) ([592b2a8](592b2a8)) * **hub-common:** context.hubHomeUrl works in enterprise ([#1922](#1922)) ([f728613](f728613)) * **hub-common:** deprecate GET /events ([#1892](#1892)) ([04c8827](04c8827)) * **hub-common:** hub assistant data model ([#1913](#1913)) ([4566e7f](4566e7f)) * **hub-common:** modernize hubSearchItems() with well-known predicate support and unneeded feature removal ([#1906](#1906)) ([64bf450](64bf450)) * **hub-common:** swap group settings ui schema to use a tile select instead of a radio group ([#1779](#1779)) ([189793b](189793b)) * **hub-common:** ungate events ([#1915](#1915)) ([07aeedc](07aeedc)) * force release of hub-common ([2eb12dd](2eb12dd)) * **hub-common:** ungate events from alpha ([#1902](#1902)) ([836ddef](836ddef)) * log checkpermission failures with Logger ([#1900](#1900)) ([44ef8dd](44ef8dd)) * **hub-common:** ungate the hub:site:workspace:catalog permission, remove deprecated hub:site:workspace:content permission ([#1896](#1896)) ([d4b3d26](d4b3d26)) * **hub-common:** ungate the user workspace permission on prod for workspace users ([#1888](#1888)) ([01eb439](01eb439)) * additions to gallery display config interface & schema ([#1886](#1886)) ([f7063c0](f7063c0)) * **hub-common:** update event edit uischema ([#1891](#1891)) ([8c56e5e](8c56e5e)) ### BREAKING CHANGES * **hub-common:** IHubSearchOptions.site has been removed, use IHubSearchOptions.api = 'hub' to target the OGC api via hubSearch() instead Note that hubSearch() was refactored so it doesn't need IHubSearchOptions.api to be an API definition object to function. Based on the string value of IHubSearchOptions.api, each delegate calculates the result url from the passed in request options.
esri-dcdev-2
pushed a commit
that referenced
this pull request
Jun 18, 2025
# [18.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-06-18) ### Bug Fixes * workspace permission update ([#1919](#1919)) ([d1a8761](d1a8761)) * **hub-common:** events have migrated catalog ([#1918](#1918)) ([8d08638](8d08638)) * **hub-common:** events thumbnail not set by default ([#1912](#1912)) ([1df3702](1df3702)) * **hub-common:** fixed reference to hub page icon ([#1916](#1916)) ([0b64e6a](0b64e6a)) * always hide isSharedUpdate toggle ([#1907](#1907)) ([68925db](68925db)) * change group capabilities toggles to inline and add tooltips in group creation ([#1909](#1909)) ([3f14664](3f14664)) * **hub-common:** gates user workspace events pane ([#1905](#1905)) ([fdeaa7b](fdeaa7b)) * configuration editor now allows an empty value for the slug field ([#1901](#1901)) ([3ed5725](3ed5725)) ### Features * **hub-common:** remove IHubSearchOptions.site, refactor IHubSearchOptions.api to take either 'portal' | 'hub' ([#1925](#1925)) ([211fde5](211fde5)) * update permissions and slugs ([#1923](#1923)) ([0458fbc](0458fbc)) * **hub-common:** add notIds to interface ISearchEvents ([#1911](#1911)) ([e4057fd](e4057fd)) * **hub-common:** consistent UI schemas ([#1882](#1882)) ([592b2a8](592b2a8)) * **hub-common:** context.hubHomeUrl works in enterprise ([#1922](#1922)) ([f728613](f728613)) * **hub-common:** hub assistant data model ([#1913](#1913)) ([4566e7f](4566e7f)) * **hub-common:** modernize hubSearchItems() with well-known predicate support and unneeded feature removal ([#1906](#1906)) ([64bf450](64bf450)) * **hub-common:** swap group settings ui schema to use a tile select instead of a radio group ([#1779](#1779)) ([189793b](189793b)) * **hub-common:** ungate events ([#1915](#1915)) ([07aeedc](07aeedc)) * force release of hub-common ([2eb12dd](2eb12dd)) * **hub-common:** ungate events from alpha ([#1902](#1902)) ([836ddef](836ddef)) * log checkpermission failures with Logger ([#1900](#1900)) ([44ef8dd](44ef8dd)) ### BREAKING CHANGES * **hub-common:** IHubSearchOptions.site has been removed, use IHubSearchOptions.api = 'hub' to target the OGC api via hubSearch() instead Note that hubSearch() was refactored so it doesn't need IHubSearchOptions.api to be an API definition object to function. Based on the string value of IHubSearchOptions.api, each delegate calculates the result url from the passed in request options.
esri-dcdev-2
pushed a commit
that referenced
this pull request
Jun 18, 2025
# [18.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-06-18) ### Bug Fixes * workspace permission update ([#1919](#1919)) ([d1a8761](d1a8761)) * **hub-common:** events have migrated catalog ([#1918](#1918)) ([8d08638](8d08638)) * **hub-common:** events thumbnail not set by default ([#1912](#1912)) ([1df3702](1df3702)) * **hub-common:** fixed reference to hub page icon ([#1916](#1916)) ([0b64e6a](0b64e6a)) * always hide isSharedUpdate toggle ([#1907](#1907)) ([68925db](68925db)) * change group capabilities toggles to inline and add tooltips in group creation ([#1909](#1909)) ([3f14664](3f14664)) * **hub-common:** gates user workspace events pane ([#1905](#1905)) ([fdeaa7b](fdeaa7b)) * configuration editor now allows an empty value for the slug field ([#1901](#1901)) ([3ed5725](3ed5725)) * guard against undefined data.values when setting bannerImage in upgradeToOneDotOne fn ([#1894](#1894)) ([786fe30](786fe30)) * page slugs ([#1895](#1895)) ([99d2abb](99d2abb)) ### Features * **hub-common:** remove IHubSearchOptions.site, refactor IHubSearchOptions.api to take either 'portal' | 'hub' ([#1925](#1925)) ([211fde5](211fde5)) * update permissions and slugs ([#1923](#1923)) ([0458fbc](0458fbc)) * **hub-common:** add interface IChannelAclUpdateDefinition ([#1893](#1893)) ([9913e5a](9913e5a)) * **hub-common:** add notIds to interface ISearchEvents ([#1911](#1911)) ([e4057fd](e4057fd)) * **hub-common:** add searchAssociatedContent() function and permissions ([#1873](#1873)) ([f829bb4](f829bb4)) * **hub-common:** consistent UI schemas ([#1882](#1882)) ([592b2a8](592b2a8)) * **hub-common:** context.hubHomeUrl works in enterprise ([#1922](#1922)) ([f728613](f728613)) * **hub-common:** deprecate GET /events ([#1892](#1892)) ([04c8827](04c8827)) * **hub-common:** hub assistant data model ([#1913](#1913)) ([4566e7f](4566e7f)) * **hub-common:** modernize hubSearchItems() with well-known predicate support and unneeded feature removal ([#1906](#1906)) ([64bf450](64bf450)) * **hub-common:** swap group settings ui schema to use a tile select instead of a radio group ([#1779](#1779)) ([189793b](189793b)) * **hub-common:** ungate events ([#1915](#1915)) ([07aeedc](07aeedc)) * force release of hub-common ([2eb12dd](2eb12dd)) * **hub-common:** ungate events from alpha ([#1902](#1902)) ([836ddef](836ddef)) * log checkpermission failures with Logger ([#1900](#1900)) ([44ef8dd](44ef8dd)) * **hub-common:** ungate the hub:site:workspace:catalog permission, remove deprecated hub:site:workspace:content permission ([#1896](#1896)) ([d4b3d26](d4b3d26)) * **hub-common:** ungate the user workspace permission on prod for workspace users ([#1888](#1888)) ([01eb439](01eb439)) * additions to gallery display config interface & schema ([#1886](#1886)) ([f7063c0](f7063c0)) * **hub-common:** update event edit uischema ([#1891](#1891)) ([8c56e5e](8c56e5e)) ### BREAKING CHANGES * **hub-common:** IHubSearchOptions.site has been removed, use IHubSearchOptions.api = 'hub' to target the OGC api via hubSearch() instead Note that hubSearch() was refactored so it doesn't need IHubSearchOptions.api to be an API definition object to function. Based on the string value of IHubSearchOptions.api, each delegate calculates the result url from the passed in request options.
esri-dcdev-2
pushed a commit
that referenced
this pull request
Jun 18, 2025
# [18.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-06-18) ### Bug Fixes * workspace permission update ([#1919](#1919)) ([d1a8761](d1a8761)) * **hub-common:** events have migrated catalog ([#1918](#1918)) ([8d08638](8d08638)) * **hub-common:** events thumbnail not set by default ([#1912](#1912)) ([1df3702](1df3702)) * **hub-common:** fixed reference to hub page icon ([#1916](#1916)) ([0b64e6a](0b64e6a)) * always hide isSharedUpdate toggle ([#1907](#1907)) ([68925db](68925db)) * change group capabilities toggles to inline and add tooltips in group creation ([#1909](#1909)) ([3f14664](3f14664)) * **hub-common:** gates user workspace events pane ([#1905](#1905)) ([fdeaa7b](fdeaa7b)) * configuration editor now allows an empty value for the slug field ([#1901](#1901)) ([3ed5725](3ed5725)) * guard against undefined data.values when setting bannerImage in upgradeToOneDotOne fn ([#1894](#1894)) ([786fe30](786fe30)) * page slugs ([#1895](#1895)) ([99d2abb](99d2abb)) ### Features * **hub-common:** remove IHubSearchOptions.site, refactor IHubSearchOptions.api to take either 'portal' | 'hub' ([#1925](#1925)) ([211fde5](211fde5)) * update permissions and slugs ([#1923](#1923)) ([0458fbc](0458fbc)) * **hub-common:** add interface IChannelAclUpdateDefinition ([#1893](#1893)) ([9913e5a](9913e5a)) * **hub-common:** add notIds to interface ISearchEvents ([#1911](#1911)) ([e4057fd](e4057fd)) * **hub-common:** add searchAssociatedContent() function and permissions ([#1873](#1873)) ([f829bb4](f829bb4)) * **hub-common:** consistent UI schemas ([#1882](#1882)) ([592b2a8](592b2a8)) * **hub-common:** context.hubHomeUrl works in enterprise ([#1922](#1922)) ([f728613](f728613)) * **hub-common:** deprecate GET /events ([#1892](#1892)) ([04c8827](04c8827)) * **hub-common:** hub assistant data model ([#1913](#1913)) ([4566e7f](4566e7f)) * **hub-common:** modernize hubSearchItems() with well-known predicate support and unneeded feature removal ([#1906](#1906)) ([64bf450](64bf450)) * **hub-common:** swap group settings ui schema to use a tile select instead of a radio group ([#1779](#1779)) ([189793b](189793b)) * **hub-common:** ungate events ([#1915](#1915)) ([07aeedc](07aeedc)) * force release of hub-common ([2eb12dd](2eb12dd)) * **hub-common:** ungate events from alpha ([#1902](#1902)) ([836ddef](836ddef)) * log checkpermission failures with Logger ([#1900](#1900)) ([44ef8dd](44ef8dd)) * **hub-common:** ungate the hub:site:workspace:catalog permission, remove deprecated hub:site:workspace:content permission ([#1896](#1896)) ([d4b3d26](d4b3d26)) * **hub-common:** ungate the user workspace permission on prod for workspace users ([#1888](#1888)) ([01eb439](01eb439)) * additions to gallery display config interface & schema ([#1886](#1886)) ([f7063c0](f7063c0)) * **hub-common:** update event edit uischema ([#1891](#1891)) ([8c56e5e](8c56e5e)) ### BREAKING CHANGES * **hub-common:** IHubSearchOptions.site has been removed, use IHubSearchOptions.api = 'hub' to target the OGC api via hubSearch() instead Note that hubSearch() was refactored so it doesn't need IHubSearchOptions.api to be an API definition object to function. Based on the string value of IHubSearchOptions.api, each delegate calculates the result url from the passed in request options.
esri-dcdev-2
pushed a commit
that referenced
this pull request
Jun 18, 2025
# [18.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-06-18) ### Bug Fixes * workspace permission update ([#1919](#1919)) ([d1a8761](d1a8761)) * **hub-common:** events have migrated catalog ([#1918](#1918)) ([8d08638](8d08638)) * **hub-common:** events thumbnail not set by default ([#1912](#1912)) ([1df3702](1df3702)) * **hub-common:** fixed reference to hub page icon ([#1916](#1916)) ([0b64e6a](0b64e6a)) * always hide isSharedUpdate toggle ([#1907](#1907)) ([68925db](68925db)) * change group capabilities toggles to inline and add tooltips in group creation ([#1909](#1909)) ([3f14664](3f14664)) * **hub-common:** gates user workspace events pane ([#1905](#1905)) ([fdeaa7b](fdeaa7b)) * configuration editor now allows an empty value for the slug field ([#1901](#1901)) ([3ed5725](3ed5725)) * guard against undefined data.values when setting bannerImage in upgradeToOneDotOne fn ([#1894](#1894)) ([786fe30](786fe30)) * page slugs ([#1895](#1895)) ([99d2abb](99d2abb)) ### Features * **hub-common:** remove IHubSearchOptions.site, refactor IHubSearchOptions.api to take either 'portal' | 'hub' ([#1925](#1925)) ([211fde5](211fde5)) * update permissions and slugs ([#1923](#1923)) ([0458fbc](0458fbc)) * **hub-common:** add interface IChannelAclUpdateDefinition ([#1893](#1893)) ([9913e5a](9913e5a)) * **hub-common:** add notIds to interface ISearchEvents ([#1911](#1911)) ([e4057fd](e4057fd)) * **hub-common:** add searchAssociatedContent() function and permissions ([#1873](#1873)) ([f829bb4](f829bb4)) * **hub-common:** consistent UI schemas ([#1882](#1882)) ([592b2a8](592b2a8)) * **hub-common:** context.hubHomeUrl works in enterprise ([#1922](#1922)) ([f728613](f728613)) * **hub-common:** deprecate GET /events ([#1892](#1892)) ([04c8827](04c8827)) * **hub-common:** hub assistant data model ([#1913](#1913)) ([4566e7f](4566e7f)) * **hub-common:** modernize hubSearchItems() with well-known predicate support and unneeded feature removal ([#1906](#1906)) ([64bf450](64bf450)) * **hub-common:** swap group settings ui schema to use a tile select instead of a radio group ([#1779](#1779)) ([189793b](189793b)) * **hub-common:** ungate events ([#1915](#1915)) ([07aeedc](07aeedc)) * force release of hub-common ([2eb12dd](2eb12dd)) * **hub-common:** ungate events from alpha ([#1902](#1902)) ([836ddef](836ddef)) * log checkpermission failures with Logger ([#1900](#1900)) ([44ef8dd](44ef8dd)) * **hub-common:** ungate the hub:site:workspace:catalog permission, remove deprecated hub:site:workspace:content permission ([#1896](#1896)) ([d4b3d26](d4b3d26)) * **hub-common:** ungate the user workspace permission on prod for workspace users ([#1888](#1888)) ([01eb439](01eb439)) * additions to gallery display config interface & schema ([#1886](#1886)) ([f7063c0](f7063c0)) * **hub-common:** update event edit uischema ([#1891](#1891)) ([8c56e5e](8c56e5e)) ### BREAKING CHANGES * **hub-common:** IHubSearchOptions.site has been removed, use IHubSearchOptions.api = 'hub' to target the OGC api via hubSearch() instead Note that hubSearch() was refactored so it doesn't need IHubSearchOptions.api to be an API definition object to function. Based on the string value of IHubSearchOptions.api, each delegate calculates the result url from the passed in request options.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
affects: @esri/hub-common
Description:
Switches from radio to tile-select due to a11y issues
used semantic commit messages
PR title follows semantic commit format (CRITICAL if the title is not in a semantic format, the release automation will not run!)